proc sgscatter data=iris; title 'Scatterplot matrix of Iris dataset'; matrix s_length s_width p_length p_width; run; title; quit;